home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / digests / tcp / 940200.txt < prev    next >
Internet Message Format  |  1994-11-13  |  20KB

  1. Date: Mon, 12 Sep 94 04:30:01 PDT
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V94 #200
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Mon, 12 Sep 94       Volume 94 : Issue  200
  11.  
  12. Today's Topics:
  13.                                autoampr
  14.                       ax25 linux implementation?
  15.                              Mail failure
  16.  
  17. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  18. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  19. Problems you can't solve otherwise to brian@ucsd.edu.
  20.  
  21. Archives of past issues of the TCP-Group Digest are available
  22. (by FTP only) from UCSD.Edu in directory "mailarchives".
  23.  
  24. We trust that readers are intelligent enough to realize that all text
  25. herein consists of personal comments and does not represent the official
  26. policies or positions of any party.  Your mileage may vary.  So there.
  27. ----------------------------------------------------------------------
  28.  
  29. Date: Sun, 11 Sep 1994 12:20:39 -0600
  30. From: bdale@gag.com (Bdale Garbee)
  31. Subject: autoampr
  32. To: gateways@mpg.phys.hawaii.edu, tcp-group@ucsd.edu
  33.  
  34. I made a comment on one of the mailing lists the other day about having put
  35. together some bits and pieces to help automate the management of an ampr.org
  36. subnet.  A couple of folks contacted me asking for copies of the code.  I
  37. wrote up a README file, shar'ed and gzip'ed it all, and you can acquire it
  38. from
  39.  
  40.     ftp://winfree.gag.com/packet/gateways/autoampr.shar.gz
  41.  
  42. Don't bother unless you've got a Unix machine nearby, it's all shell script.
  43.  
  44. I hope it's useful to someone, has made my life a wee bit simpler.
  45.  
  46. 73 - Bdale, N3EUA
  47.  
  48. ------------------------------
  49.  
  50. Date: Mon, 12 Sep 1994 10:06:25 +0200 (BST)
  51. From: iialan@iifeak.swan.ac.uk (Alan Cox)
  52. Subject: ax25 linux implementation?
  53. To: davis@denali.realtime.ab.ca (Glenn Davis)
  54.  
  55. > Thanks for the feedback on what an AX.25 bsd socket should do.  Can you
  56. > tell me where to find the Linux implementation (source) ?  I will model
  57. > my port after Linux.  Also, there was mention of a few applications built
  58. > on this model; where might they reside?
  59.  
  60. All reside on ftp.linux.org.uk:/pub/Linux/Radio. The code is derived from
  61. netccitt so you shouldn't have any trouble comparing it against your 
  62. netccitt code. The tools that exist currently in the main set are
  63.  
  64.     call    -    AX.25 connect program with YAPP support
  65.     axl    -    An AX.25 listener - spawns a program for each AX.25
  66.             connect [think of it as a dumb inetd]
  67.     pms    -    Very crude PMS I wrote basically to prove I could
  68.             rewrite AX.25 bulletins/mail into RFC822 and provide
  69.             useful received from lines. Others are now working
  70.             on this.
  71.     axarp/axdelarp/axaddarp - original AX.25 arp manipulation. The current
  72.             Linux net tools support AX.25 implicitly now so no
  73.             special tools are used.
  74.     listen    -    This won't port as it uses SOCK_PACKET (raw interface
  75.             sockets) to monitor AX.25 KA9Q trace style. It's
  76.             derived from the KA9Q trace routines.
  77.  
  78.     beacon    -    Send a regular beacon (dameon process)
  79.  
  80.     axattach -    Attach an AX.25 iface (mirror of slattach)
  81.     axsetcall -    Set the AX.25 MAC address on an AX.25 interface
  82.     mheard    -    List who has been recently heard. This uses the
  83.             ax.25 routing table still under addition but collecting
  84.             lists. 
  85.  
  86. On ftp.ucsd.edu you will find the source to some raw socket stuff for talking
  87. to microsat's. You'll also need the xview3 open windows toolkit to build this.
  88. Other people are working on doing BBS code, I'm currently playing with a 
  89. very nice hostmode terminal for unix that I want to change to use AX.25
  90. kernel sockets.
  91.  
  92. If you have any great ideas or think I've done something a paticularly stupid
  93. way then I'm very open to suggestions. I'd rather we had one standard that works
  94. than one that works sort of, even if it means changing the Linux version of
  95. the code.
  96.  
  97. > I just spent 8 hours finishing the ARP code.  It appears that ARP's are
  98. > not used on point-to-point links normally.  If I read the code correctly
  99. > BSDI just drops them on the floor.  This causes problems since you want 
  100. > the interface that the packet arrived on, and this is not available when 
  101. > you dequeue the mbuf.  
  102. > How did the Linux implementation solve this?  My solution was:
  103.  
  104. Linux doesn't consider the interface point-to-point in AX.25 mode (only
  105. in SLIP mode). The data always happens to be available so that one never
  106. occured. axattach on a (previously) SLIP link clears the pointopoint flags.
  107.  
  108. The one that was harder to fit nicely into the BSD socket semantics is the
  109. opening phase. I added a little piece of code so that the commonly seen
  110.  
  111.     SABM
  112.     [wait]
  113.     SABM
  114.     UA
  115.     [Connected]
  116.     UA
  117.     [Reset Connection, Connected]
  118.  
  119. Doesn't cause a connection refused on the socket but waits until it opens
  120. properly. If data has been sent and another UA turns up then it does reset.
  121.  
  122. Alan
  123.  
  124. ------------------------------
  125.  
  126. Date: Mon, 12 Sep 94 06:43:00 edt
  127. From: Adminstrator <POSTMASTER@gppgpost.daytonoh.NCR.COM>
  128. Subject: Mail failure
  129. To: dayhub!3445a!ucsd.edu!TCP-Group@prowler.daytonoh.NCR.COM
  130.  
  131.                                                                                
  132. User mail received addressed to the following unknown addresses:
  133.   GPPGDAYTON/GPPGPOST/lshannon
  134.                                                                                
  135. ------------------------------------------------------------------------------ 
  136. Return-Path: <dayhub!3445a!ucsd.edu!TCP-Group@prowler.daytonoh.ncr.com>
  137. Received: from prowler.daytonoh.ncr.com by gppgpost.daytonoh.ncr.com id
  138.     <2E7430E2@gppgpost.daytonoh.ncr.com>; Mon, 12 Sep 94 06:43:46 edt
  139. Received: by prowler.daytonoh.ncr.com; 12 Sep 94 06:37:02 EDT
  140. Received: by dayhub.DaytonOH.NCR.COM; 12 Sep 94 06:36:52 EDT
  141. Received: by 3445a.DaytonOH.NCR.COM; 12 Sep 94 06:36:55 EDT id AA779367213
  142.     Mon, 12 Sep 94 06:53:33 EST
  143. Date: Mon, 12 Sep 94 06:53:33 EST
  144. From: TCP-Group@ucsd.edu
  145. Message-Id: <9408127793.AA779367213@WPDSMTP.DaytonOH.NCR.COM>
  146. To: tcp-group-digest@ucsd.edu
  147. Subject: TCP-Group Digest V94 #199
  148.                                                                               
  149.  
  150. Received: by ccmail from 3445a.DaytonOH.NCR.COM
  151. >From ncrhub1!ucsd.edu!owner-tcp-digest@dayhub.DaytonOH.NCR.COM
  152. X-Envelope-From: ncrhub1!ucsd.edu!owner-tcp-digest@dayhub.DaytonOH.NCR.COM
  153. Received: by 3445a.DaytonOH.NCR.COM; 12 Sep 94 06:33:35 EDT
  154. Received: by dayhub.DaytonOH.NCR.COM; 12 Sep 94 06:33:10 EDT
  155. Received: from ncrgw2 by ncrhub1.NCR.COM id ba07109; 12 Sep 94 6:16 EDT
  156. Received: by ncrgw2.NCR.COM; 10 Sep 94 10:12:46 EDT
  157.     sendmail 8.6.9/UCSD-2.2-sun
  158.     Sat, 10 Sep 1994 04:30:10 -0700 for tcp-digest-list
  159. Received: by ucsd.edu; id EAA11034
  160.     sendmail 8.6.9/UCSD-2.2-sun
  161.     Sat, 10 Sep 1994 04:30:09 -0700 for tcp-group-ddist
  162. Message-Id: <199409101130.EAA11034@ucsd.edu>
  163. Date: Sat, 10 Sep 94 04:30:07 PDT
  164. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  165. Errors-To: TCP-Group-Errors@UCSD.EDU
  166. Reply-To: TCP-Group@ucsd.edu
  167. Precedence: Bulk
  168. Subject: TCP-Group Digest V94 #199
  169. To: tcp-group-digest@ucsd.edu
  170.  
  171. TCP-Group Digest            Sat, 10 Sep 94       Volume 94 : Issue  199
  172.  
  173. Today's Topics:
  174.                           av023@yfn.ysu.edu
  175.                       ax25 linux implementation?
  176.                   Borland C++ 4.0x patches released
  177.                              Mail failure
  178.  
  179. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  180. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  181. Problems you can't solve otherwise to brian@ucsd.edu.
  182.  
  183. Archives of past issues of the TCP-Group Digest are available
  184. (by FTP only) from UCSD.Edu in directory "mailarchives".
  185.  
  186. We trust that readers are intelligent enough to realize that all text
  187. herein consists of personal comments and does not represent the official
  188. policies or positions of any party.  Your mileage may vary.  So there.
  189. ----------------------------------------------------------------------
  190.  
  191. Date: Fri, 9 Sep 1994 23:41:36 -0400
  192. From: av023@yfn.ysu.edu (Frederick A. Peachman)
  193. Subject: av023@yfn.ysu.edu
  194. To: tcp-group@ucsd.edu
  195.  
  196. subscribe
  197.  
  198. --
  199. Fred Peachman, Brookfield Ohio av023@yfn.ysu.edu
  200.  
  201. ------------------------------
  202.  
  203. Date: Fri, 9 Sep 1994 19:39:21 -0600
  204. From: Glenn Davis <davis@denali.realtime.ab.ca>
  205. Subject: ax25 linux implementation?
  206. To: tcp-group@ucsd.edu
  207.  
  208. Thanks for the feedback on what an AX.25 bsd socket should do.  Can you
  209. tell me where to find the Linux implementation (source) ?  I will model
  210. my port after Linux.  Also, there was mention of a few applications built
  211. on this model; where might they reside?
  212.  
  213. I just spent 8 hours finishing the ARP code.  It appears that ARP's are
  214. not used on point-to-point links normally.  If I read the code correctly
  215. BSDI just drops them on the floor.  This causes problems since you want 
  216. the interface that the packet arrived on, and this is not available when 
  217. you dequeue the mbuf.  
  218.  
  219. How did the Linux implementation solve this?  My solution was:
  220.  
  221. Receive unsolicited ARP reply, or ARP request (broadcast):
  222.  - use IP routing info, or interface this AX25 address last heard on to
  223.    determine interface.  This could result in the wrong interface, and
  224.    potentially requires storing a large number of AX25 address/interface
  225.    pairs.
  226.  
  227. Receive directed ARP reply:
  228.  - if it was in the table (unresolved request) use it, else drop the packet.
  229.  
  230. Send ARP reply:
  231.  - send on interface from the arp cache (based on ARP request).
  232.  
  233. Send ARP discovery:
  234.  - use IP routing, last interface this AX25 heard on, or send to all
  235.    interfaces with a sockaddr in the AX.25 family.
  236.  
  237. The downside is that the arp table now needs an extra field for the interface.
  238. On the other hand, there is no guarantee that the same AX25 address will not
  239. be heard on more that one interface. 
  240.  
  241. Glenn
  242.  
  243. ------------------------------
  244.  
  245. Date: Fri, 09 Sep 94 17:19:00 -0000
  246. From: mikebw@bilow.bilow.uu.ids.net (Mike Bilow)
  247. Subject: Borland C++ 4.0x patches released
  248. To: tcp-group@ucsd.edu
  249.  
  250. The following files may be of interest to NOS developers.
  251.  
  252. BC4DOS32.ZIP   38K  9-05-94* How to develop 32-bit DOS apps using only Borland
  253.                              C++ v4's RTM. Includes src.
  254. BC4P01.ZIP      5K  9-05-94* Patch file for Borland C++ v4.00
  255. BC4P02.ZIP    129K  9-05-94* Patch file for Borland C++ v4.00
  256. BC4P03.ZIP    441K  9-05-94* Patch file for Borland C++ v4.00
  257. BC4P04.ZIP     65K  9-05-94* Patch file for Borland C++ v4.00 to v4.02
  258.  
  259. These files are posted for dial-up download at N1BEE BBS, +1 401 944 8498 (to
  260. 28800 bps V.34/V.FC), but I don't know of any Internet sites.  I assume they
  261. will be widely available on the Internet.  N1BEE BBS is also supports Fidonet
  262. file requests to 1:323/107.
  263.  
  264. -- Mike
  265.  
  266.  
  267. ------------------------------
  268.  
  269. Date: Fri, 09 Sep 94 11:09:00 edt
  270. From: Adminstrator <POSTMASTER@gppgpost.daytonoh.NCR.COM>
  271. Subject: Mail failure
  272. To: dayhub!3445a!ucsd.edu!TCP-Group@prowler.daytonoh.NCR.COM
  273.  
  274.                                                                              
  275.  
  276. User mail received addressed to the following unknown addresses:
  277.   GPPGDAYTON/GPPGPOST/lshannon
  278.                                                                              
  279.  
  280. ------------------------------------------------------------------------------ 
  281.  
  282. Return-Path: <dayhub!3445a!ucsd.edu!TCP-Group@prowler.daytonoh.ncr.com>
  283. Received: from prowler.daytonoh.ncr.com by gppgpost.daytonoh.ncr.com id
  284.     <2E707AA0@gppgpost.daytonoh.ncr.com>; Fri, 09 Sep 94 11:09:20 edt
  285. Received: by prowler.daytonoh.ncr.com; 9 Sep 94 11:04:41 EDT
  286. Received: by dayhub.DaytonOH.NCR.COM; 9 Sep 94 11:04:15 EDT
  287. Received: by 3445a.DaytonOH.NCR.COM; 9 Sep 94 11:04:47 EDT id AA779123936 Fri,
  288.     09 Sep 94 11:18:56 EST
  289. Date: Fri, 09 Sep 94 11:18:56 EST
  290. From: TCP-Group@ucsd.edu
  291. Message-Id: <9408097791.AA779123936@WPDSMTP.DaytonOH.NCR.COM>
  292. To: tcp-group-digest@ucsd.edu
  293. Subject: TCP-Group Digest V94 #198
  294.                                                                               
  295.  
  296. Received: by ccmail from 3445a.DaytonOH.NCR.COM
  297. >From ncrhub1!ucsd.edu!owner-tcp-digest@dayhub.DaytonOH.NCR.COM
  298. X-Envelope-From: ncrhub1!ucsd.edu!owner-tcp-digest@dayhub.DaytonOH.NCR.COM
  299. Received: by 3445a.DaytonOH.NCR.COM; 9 Sep 94 11:03:11 EDT
  300. Received: by dayhub.DaytonOH.NCR.COM; 9 Sep 94 11:02:21 EDT
  301. Received: from ncrgw1 by ncrhub1.NCR.COM id be12293; 9 Sep 94 11:01 EDT
  302. Received: by ncrgw1.NCR.COM; 9 Sep 94 10:57:44 EDT
  303.     sendmail 8.6.9/UCSD-2.2-sun
  304.     Fri, 9 Sep 1994 04:30:13 -0700 for tcp-digest-list
  305. Received: by ucsd.edu; id EAA25167
  306.     sendmail 8.6.9/UCSD-2.2-sun
  307.     Fri, 9 Sep 1994 04:30:11 -0700 for tcp-group-ddist
  308. Message-Id: <199409091130.EAA25167@ucsd.edu>
  309. Date: Fri,  9 Sep 94 04:30:06 PDT
  310. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  311. Errors-To: TCP-Group-Errors@ucsd.edu
  312. Reply-To: TCP-Group@ucsd.edu
  313. Precedence: Bulk
  314. Subject: TCP-Group Digest V94 #198
  315. To: tcp-group-digest@ucsd.edu
  316.  
  317. TCP-Group Digest            Fri,  9 Sep 94       Volume 94 : Issue  198
  318.  
  319. Today's Topics:
  320.                            9k6 on-air test?
  321.                   RE> KPC-9612 and X1J (IP routing)
  322.                       TCP-Group Digest V94 #197
  323.                    TCP-Group Digest V94 #197 (fwd)
  324.  
  325. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  326. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  327. Problems you can't solve otherwise to brian@ucsd.edu.
  328.  
  329. Archives of past issues of the TCP-Group Digest are available
  330. (by FTP only) from UCSD.Edu in directory "mailarchives".
  331.  
  332. We trust that readers are intelligent enough to realize that all text
  333. herein consists of personal comments and does not represent the official
  334. policies or positions of any party.  Your mileage may vary.  So there.
  335. ----------------------------------------------------------------------
  336.  
  337. Date: Thu, 8 Sep 1994 21:42:43 -0700 (PDT)
  338. From: jerry@tr2.com (Jerome Kaidor)
  339. Subject: 9k6 on-air test?
  340. To: tcp-group@ucsd.edu
  341.  
  342.    Is there anybody on this list who's in the the San Francisco Bay
  343. area and could help me with an on-the-air test of my new 9600-baud
  344. packet station on 2M?   
  345.  
  346.    It does receive, but there's nothing much happening on the local
  347. 9k6 frequency.  Just one station that keeps sending:
  348.  
  349. N6LDL-1>ID:Network node (#LGNODE)
  350.  
  351.    When I try to connect to it, nothing happens.  I assume its a NET/ROM
  352. node, or somesuch.  But then, I have no idea if my transmit level is
  353. reasonable.  Is there, perhaps, an AX25 BBS or two on 9k6?
  354.  
  355.   My goal is to get the thing working on 70CM tcp/ip, but it seemed 
  356. simpler to get the ax25 stuff working first....
  357.  
  358.  
  359.                            - Jerry Kaidor, KF6VB
  360.          
  361.   
  362.  
  363. ------------------------------
  364.  
  365. Date: Thu, 8 Sep 1994 20:46:36 -0600
  366. From: ve6eei@ve6eei.ampr.ab.ca (Evan E. Idler, Edmonton, AB  [192.75.200.5])
  367. Subject: RE> KPC-9612 and X1J (IP routing)
  368. To: tcp-group@ucsd.edu
  369.  
  370. It was mentioned that it would be nice to have the kpc-9612 to route ip
  371. on a remote site, as a dual port router.  Well, I had a nice talk with
  372. Ruth Hull at the  Radio Amateur Of Canada Convention last month, and this
  373. topic came up.  Well it seems, that If enought write The president of
  374. KANTRONICS, they will port X1J over to run on it.  However if there is not
  375. enought people requesting it, they will not be undertaking the project.
  376.  
  377. SO, IF YOU WANT IT YOU ALL HAVE TO TELL THEM THAT YOU WANT IT!!!!!!!!!!!
  378.  
  379. I beleive the person to Write your letter to is:
  380.  
  381. Karl Medcalf
  382. Kantronics Co., Inc.
  383. 1202 E. 23rd Street
  384. Lawrence, KS 66046
  385.  
  386.  
  387. So write him, tell him how much you like your new KPC-9612, but how much
  388. you would also like it to run X1J code.  If enough people ask, they will do
  389. it.
  390.  
  391. 73
  392. EVAN
  393.  
  394.  
  395. =======================================================================
  396. Evan E. Idler                     |         Of All The Things I've Lost
  397. ve6eei@ve6eei.ampr.ab.ca          |         In Life, I Miss My MIND The
  398. Edmonton, Alberta, Canada         |         Most!!!
  399. Amateur Packet Radio Station VE6EEI [192.75.200.5]   
  400. =======================================================================
  401.  
  402. ------------------------------
  403.  
  404. Date: Thu, 8 Sep 1994 10:20:54 -0800 (PDT)
  405. From: jmorriso@bogomips.ee.ubc.ca (John Paul Morrison)
  406. Subject: TCP-Group Digest V94 #197
  407. To: TCP-Group@UCSD.EDU
  408.  
  409. > Date: Wed, 7 Sep 1994 20:05:09 -0600
  410. > From: Glenn Davis <davis@denali.realtime.ab.ca>
  411. > Subject: ax25 on bsd
  412. > To: tcp-group@ucsd.edu
  413. > I have started the work to complete Brian Kantors AX25/KISS driver on BSDI.
  414. > The stuff that is missing is: arp, good routing, and the socket interface
  415. > (via pr_usrreq hook in the protocol switch table). 
  416. > Has anyone given much thought to the semantics of how sockets should be
  417. > used when talking ax.25?  The IP stuff will remain pretty much the same,
  418.  
  419. Why don't you follow what the Linux AX.25 sockets do, since that is
  420. already a working implementation.
  421.  
  422. > but I want to keep the ability to connect to non-ip packet bbs's.  The
  423. > intent is to run a modified telnetd (using the ax25 protocols) to allow
  424. > incoming connections.
  425.  
  426. I have patched BSD rlogind to work on a Linux AX.25 socket. It's not
  427. really rlogin any more, as I've stripped out most of what's not needed
  428. for AX.25, I just used it because it handled all the pty and login
  429. shell stuff. I looked at telnetd for this, but it's too bloated and difficult
  430. for me to figure out what to disable or fake for AX.25.
  431.  
  432. A linux program called axl listens on the AX.25 interface. When it
  433. gets a connection, it forks off ax.rlogind, then goes back to
  434. listening, and that gives you a login: prompt. You can login and get a
  435. shell prompt. When you login you have to stty a few things (I think
  436. /bin/login changes the tty modes, so even if I did set the line mode in
  437. ax.rlogind, login would just change it back). I should change ax.rlogind
  438. to use skeylogin to prompt for passwords. (which reminds me: does anyone
  439. have an Skey available for an HP48 or other small calculator, so you
  440. can calculate the response to the challenge without doing it by hand
  441. or installing skey on every machine you visit)
  442.  
  443. It's quite horrible really, but it works. I don't think 1200bps packet
  444. with a line at a time entry is useable for much with a login shell, but
  445. instead of starting login, you could start up a bbs process, or some mail
  446. stuff.
  447.  
  448.  
  449. > glenn/ve6rsx
  450.  
  451. ---------------------------------------------------------------------------
  452. BogoMIPS Research Labs  --  bogosity research & simulation  --  VE7JPM  -- 
  453. jmorriso@bogomips.ee.ubc.ca ve7jpm@ve7jpm.ampr.org jmorriso@rflab.ee.ubc.ca
  454. ---------------------------------------------------------------------------
  455.  
  456. ------------------------------
  457.  
  458. Date: Fri, 9 Sep 1994 11:38:39 +0200 (BST)
  459. From: iialan@iifeak.swan.ac.uk (Alan Cox)
  460. Subject: TCP-Group Digest V94 #197 (fwd)
  461. To: tcp-group@ucsd.edu
  462.  
  463. In-Reply-To: <m0qin9b-0004jvC@bogomips.ee.ubc.ca> from "John Paul Morrison"
  464. at Se
  465. p 8, 94 10:20:54 am
  466. > Why don't you follow what the Linux AX.25 sockets do, since that is
  467. > already a working implementation.
  468.  
  469. This seems sensible as we have nice tools and I'm also open to alterations
  470. as suggested.
  471.  
  472. The AX.25 socket layer basically works as follows under Linux
  473.  
  474.  SOCK_RAW gives raw AX.25 access where the type of socket is
  475.  the AX.25 PID. Datagrams or VC delivered raw and you fix it.
  476.  
  477.  SOCK_DGRAM UI AX.25 protocol frames. Marked with the AX.25 type
  478.  
  479.  SOCK_SEQPACKET AX.25 connection mode.
  480.  
  481. Since its derived from the BSD netccitt LAPB code the same hacks to
  482. it should work roughly for BSD networking. It's got other stuff like
  483. setting window, t1,n2,t3 via setsockopt. 
  484.  
  485. Following that core setup would make most stuff portable (which as we all
  486. know is good news).
  487.  
  488. Alan
  489.  
  490. ------------------------------
  491.  
  492. End of TCP-Group Digest V94 #198
  493. ******************************
  494.  
  495. ------------------------------
  496.  
  497. End of TCP-Group Digest V94 #199
  498. ******************************
  499.  
  500. ------------------------------
  501.  
  502. End of TCP-Group Digest V94 #200
  503. ******************************
  504.